home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscClassDecoderPalette / MiscClassDecoderPalette.h < prev    next >
Text File  |  1994-11-25  |  731b  |  30 lines

  1. //
  2. // Time-stamp: <94/11/26 18:02:32 stephan>
  3. //
  4. //    MiscClassDecoderPalette.h
  5. //    
  6. //        Written by Stephan Wacker <stephan@rodion.muc.de>
  7. //        Copyright (c) 1994 by Stephan Wacker.
  8. //        Version 1.0  All rights reserved.
  9. //
  10. //        This notice may not be removed from this source code.
  11. //
  12. //    This object is included in the MiscKit by permission from the author
  13. //    and its use is governed by the MiscKit license, found in the file
  14. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  15. //    for a list of all applicable permissions and restrictions.
  16. //    
  17.  
  18.  
  19. #import <apps/InterfaceBuilder.h>
  20.  
  21.  
  22. @interface MiscClassDecoderPalette : IBPalette
  23. {
  24.     id        decoder;
  25.     id        decoderRepresentative;
  26. }
  27.  
  28.  
  29. @end    // MiscClassDecoderPalette
  30.